SftTree/NET 2.0

ScrollDown Method, SftTree Class

Softel vdm, Inc.

Scrolls the items in the item area down by the specified number of items.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Sub ScrollDown()
Public Sub ScrollDown( ByVal lines As Integer )

C#   

public void ScrollDown();
public void ScrollDown( int lines );

C++   

public: void ScrollDown();
public: void ScrollDown( int lines );

lines

Defines the number of items. The default is 1.

Comments

The ScrollDown method scrolls the items in the item area down by the specified number of items.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com